home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / C64-128Toolkit / DISKSEARCH.ARC / SRCH DSK EQ (.txt) < prev    next >
Encoding:
Commodore BASIC  |  2019-04-13  |  280 b   |  19 lines

  1. 10 *= $0801
  2. 15 ;SRCH DSK EQ
  3. 30 .M
  4. 35 ;.D SRCH
  5. 36 ;64 ROM ROUTINES
  6. 37 ;
  7. 40 GET = $FFE4
  8. 50 PRINT = $FFD2
  9. 60 LIS = $FFB1
  10. 70 UNLIS = $FFAE
  11. 80 LISEC = $FF93
  12. 90 OUT = $FFA8
  13. 100 IN = $FFA5
  14. 110 TLK = $FFB4
  15. 120 UNTLK = $FFAB
  16. 130 TLKSEC = $FF96
  17. 140 STOP = $FFE1
  18. 270 .FILE SRCH DSK 1
  19.